projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39bfe9
)
buildconfig: Set CONFIG_TUN=y in Linux kernel config
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 15 Jun 2010 10:37:59 +0000
(11:37 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 15 Jun 2010 10:37:59 +0000
(11:37 +0100)
This is needed by the pv_ops kernel in order to support HVM guests
with emulated VIFs
Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
buildconfigs/enable-xen-config
patch
|
blob
|
history
diff --git
a/buildconfigs/enable-xen-config
b/buildconfigs/enable-xen-config
index a4dc5362c2d229697e0e333688d4d08e24785aa7..f3d65ce048cfa75865c2b8f912576705211784cf 100644
(file)
--- a/
buildconfigs/enable-xen-config
+++ b/
buildconfigs/enable-xen-config
@@
-48,6
+48,7
@@
setopt CONFIG_XEN_DOM0 y
setopt CONFIG_XEN_SYS_HYPERVISOR y
setopt CONFIG_XEN_GNTDEV y
setopt CONFIG_VMI y
+setopt CONFIG_TUN y
setopt CONFIG_KVM y
setopt CONFIG_KVM_INTEL y